companies

Updates a claim alias for the company

Updates a claim alias for the company, creating it if it doesn't already exist Requires the privilege COMPANY_SAMLCLAIM_ALIAS_WRITE

put/companies/{identifier}/saml/claim-aliases/{aliasId}

Path parameters

identifierstring required

The identifier of the Company

aliasIdstring required

The identifier of the claim alias

Request body

aliasIdstring

The unique identifier for the alias

companyRolesstring[]

The list of company-level roles for the alias

teamRolesobject

A mapping of team IDs to the team-level roles for the alias

Response

companyIdstring
aliasIdstring
companyRolesstring[]
teamRolesobject
createdAtstring date-time
updatedAtstring date-time

Changes

Changed in 1 of the 11 revisions of this API.3

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the success response with the status

      response-success-status-added