Saml mappings
SAML Mappings
GEThttps://cloud-api.calyptia.com/v1/projects/{projectID}/saml_mappings
Authorization
Path parameters
projectID*string (uuid)
Response
OK
Body
items*array of SAMLMapping (object)
endCursor*nullable string
count*number (int32)
Request
Response
Create SAML Mapping
POSThttps://cloud-api.calyptia.com/v1/projects/{projectID}/saml_mappings
Authorization
Path parameters
projectID*string (uuid)
Body
claimKey*string
claimValue*string
role*Role (enum)
adminmanagerteamviewer
Response
Created
Body
id*string (uuid)
createdAt*string (date-time)
Request
Response