Skip to content
Start here

IdP Federation Grants

List IdP federation grants
GET/accounts/{account_id}/access/idp_federation_grants
Create an IdP federation grant
POST/accounts/{account_id}/access/idp_federation_grants
Get an IdP federation grant
GET/accounts/{account_id}/access/idp_federation_grants/{grant_id}
Delete an IdP federation grant
DELETE/accounts/{account_id}/access/idp_federation_grants/{grant_id}
ModelsExpand Collapse
IdPFederationGrant object { id, idp_id }
id: string

UID of the IdP federation grant.

maxLength32
idp_id: string

UID of the identity provider being federated.

formatuuid
IdPFederationGrantListResponse = array of IdPFederationGrant { id, idp_id }
id: string

UID of the IdP federation grant.

maxLength32
idp_id: string

UID of the identity provider being federated.

formatuuid
IdPFederationGrantDeleteResponse object { id }
id: optional string

UID of the deleted IdP federation grant.

maxLength32