Skip to content

Aritma IAM API (0)

An API for interacting with the identity and access management system of Aritma.

Download OpenAPI description
Languages
Servers
Mock server
https://developer.aritma.com/_mock/apis/platform/iam/openapi/iam-openapi
IAM API (0)
https://api.dev.aritma.io/core/iam

Actions

Actions related to IAM actions

Operations

Client

Actions related to clients in Aritma ID

Operations

Domains

Actions related to domains registered for the tenant, and their verification status

Operations

Me

Actions listing information about the currently authenticated user

Operations

Gets information about the user

Request

Security
authorization_code_with_pkce_0(Required scopes:
services.iam
)
or client_credentials_0(Required scopes:
services.iam
)
No request payload

Responses

OK

Body
idstringrequired
userNamestringrequired
emailstringrequired
phoneNumberstringrequired
twoFactorEnabledbooleanrequired
rolesArray of objects(RoleDto)required
roles[].​idstringrequired
roles[].​namestringrequired
Response
No response example

Returns an unpaginated list of all claims assigned to you

Request

Security
authorization_code_with_pkce_0(Required scopes:
services.iam
)
or client_credentials_0(Required scopes:
services.iam
)
No request payload

Responses

OK

BodyArray [
claimIdinteger(int32)required
userIdstring or null
claimTypestringnon-emptyrequired
claimValuestringnon-emptyrequired
]
Response
No response example

Gets permission for currently authenticated user

Request

Security
authorization_code_with_pkce_0(Required scopes:
services.iam
)
or client_credentials_0(Required scopes:
services.iam
)
Query
resourceTypestring
resourceProviderstring
actionstring
No request payload

Responses

OK

Bodyapplication/json
policiesArray of objects(PolicyDto)required
policies[].​subjectstringrequired
policies[].​scopestringrequired
policies[].​actionstringrequired
policies[].​tenantstringrequired
tenantRolesArray of stringsrequired
subjectstringrequired
Response
application/json
{ "policies": [ { … } ], "tenantRoles": [ "string" ], "subject": "string" }

Returns an unpaginated list of all roles assigned to you

Request

Security
authorization_code_with_pkce_0(Required scopes:
services.iam
)
or client_credentials_0(Required scopes:
services.iam
)
No request payload

Responses

OK

BodyArray [
idstringrequired
namestringnon-emptyrequired
]
Response
No response example

Policies

Actions related to IAM policies

Operations

Role

Actions related to Aritma ID roles

Operations

Scim

Actions related to SCIM tokens

Operations

Scope

Actions related to scopes in Aritma ID

Operations

SSO

Actions common for all SSO providers

Operations

SSO - Azure AD (Entra ID)

Actions relating to AzureAd as an SSO provider

Operations

SSO - Custom Providers

Actions relating to custom SSO providers

Operations

SSO - Google

Actions relating to Google as an SSO provider

Operations

SSO - Signicat

Actions relating to Signicat as an SSO provider

Operations

Subjects

Actions related to IAM subjects

Operations

User

Actions related to Aritma ID users

Operations