Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/mrt / updateOrgMember

Function: updateOrgMember()

updateOrgMember(options, auth): Promise<{ }>

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/organization-member.ts:230

Updates an organization member's permissions and settings.

Parameters

options

UpdateOrgMemberOptions

Update options with organizationSlug, email, and optional canViewAllProjects and customDomainCertPermission

auth

AuthStrategy

Authentication strategy (required for API authorization)

Returns

Promise<{ }>

Promise resolving to the updated organization member with full member details

Throws

Error if the API request fails

Released under the Apache-2.0 License.