companies

Creates a claim alias for the company

Creates a claim alias for the company. If a claim alias already exists, it will not be updated. Requires the privilege COMPANY_SAMLCLAIM_ALIAS_WRITE

post/companies/{identifier}/saml/claim-aliases

Path parameters

identifierstring required

The identifier of the Company

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