IAM
IAMPermission Groups
List Account Permission Groups
GET/accounts/{account_id}/iam/permission_groups
Permission Group Details
GET/accounts/{account_id}/iam/permission_groups/{permission_group_id}
IAMResource Groups
List Resource Groups
GET/accounts/{account_id}/iam/resource_groups
Resource Group Details
GET/accounts/{account_id}/iam/resource_groups/{resource_group_id}
Create Resource Group
POST/accounts/{account_id}/iam/resource_groups
Update Resource Group
PUT/accounts/{account_id}/iam/resource_groups/{resource_group_id}
Remove Resource Group
DELETE/accounts/{account_id}/iam/resource_groups/{resource_group_id}
ModelsExpand Collapse
IAMUser Groups
List User Groups
GET/accounts/{account_id}/iam/user_groups
User Group Details
GET/accounts/{account_id}/iam/user_groups/{user_group_id}
Create User Group
POST/accounts/{account_id}/iam/user_groups
Update User Group
PUT/accounts/{account_id}/iam/user_groups/{user_group_id}
Remove User Group
DELETE/accounts/{account_id}/iam/user_groups/{user_group_id}
ModelsExpand Collapse
UserGroupListResponse { id, created_on, modified_on, 2 more } A group of policies resources.
UserGroupListResponse { id, created_on, modified_on, 2 more }
A group of policies resources.
policies: optional array of { id, access, permission_groups, resource_groups } Policies attached to the User group
policies: optional array of { id, access, permission_groups, resource_groups }
Policies attached to the User group
permission_groups: optional array of { id, meta, name } A set of permission groups that are specified to the policy.
permission_groups: optional array of { id, meta, name }
A set of permission groups that are specified to the policy.
UserGroupGetResponse { id, created_on, modified_on, 2 more } A group of policies resources.
UserGroupGetResponse { id, created_on, modified_on, 2 more }
A group of policies resources.
policies: optional array of { id, access, permission_groups, resource_groups } Policies attached to the User group
policies: optional array of { id, access, permission_groups, resource_groups }
Policies attached to the User group
permission_groups: optional array of { id, meta, name } A set of permission groups that are specified to the policy.
permission_groups: optional array of { id, meta, name }
A set of permission groups that are specified to the policy.
UserGroupCreateResponse { id, created_on, modified_on, 2 more } A group of policies resources.
UserGroupCreateResponse { id, created_on, modified_on, 2 more }
A group of policies resources.
policies: optional array of { id, access, permission_groups, resource_groups } Policies attached to the User group
policies: optional array of { id, access, permission_groups, resource_groups }
Policies attached to the User group
permission_groups: optional array of { id, meta, name } A set of permission groups that are specified to the policy.
permission_groups: optional array of { id, meta, name }
A set of permission groups that are specified to the policy.
UserGroupUpdateResponse { id, created_on, modified_on, 2 more } A group of policies resources.
UserGroupUpdateResponse { id, created_on, modified_on, 2 more }
A group of policies resources.
policies: optional array of { id, access, permission_groups, resource_groups } Policies attached to the User group
policies: optional array of { id, access, permission_groups, resource_groups }
Policies attached to the User group
permission_groups: optional array of { id, meta, name } A set of permission groups that are specified to the policy.
permission_groups: optional array of { id, meta, name }
A set of permission groups that are specified to the policy.
IAMUser GroupsMembers
List User Group Members
GET/accounts/{account_id}/iam/user_groups/{user_group_id}/members
Add User Group Members
POST/accounts/{account_id}/iam/user_groups/{user_group_id}/members
Update User Group Members
PUT/accounts/{account_id}/iam/user_groups/{user_group_id}/members
Remove User Group Member
DELETE/accounts/{account_id}/iam/user_groups/{user_group_id}/members/{member_id}
ModelsExpand Collapse
IAMSSO
Get all SSO connectors
GET/accounts/{account_id}/sso_connectors
Get single SSO connector
GET/accounts/{account_id}/sso_connectors/{sso_connector_id}
Initialize new SSO connector
POST/accounts/{account_id}/sso_connectors
Update SSO connector state
PATCH/accounts/{account_id}/sso_connectors/{sso_connector_id}
Delete SSO connector
DELETE/accounts/{account_id}/sso_connectors/{sso_connector_id}
Begin SSO connector verification
POST/accounts/{account_id}/sso_connectors/{sso_connector_id}/begin_verification
ModelsExpand Collapse
SSOListResponse { id, created_on, email_domain, 4 more }
SSOListResponse { id, created_on, email_domain, 4 more }
SSOGetResponse { id, created_on, email_domain, 4 more }
SSOGetResponse { id, created_on, email_domain, 4 more }
SSOCreateResponse { id, created_on, email_domain, 4 more }
SSOCreateResponse { id, created_on, email_domain, 4 more }
SSOUpdateResponse { id, created_on, email_domain, 4 more }
SSOUpdateResponse { id, created_on, email_domain, 4 more }