Skip to content

Aritma IAM API (V1)

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
https://api.dev.aritma.io/core/iam

Actions related to IAM actions

Operations

Actions related to clients in Aritma ID

Operations

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

Operations

Actions listing information about the currently authenticated user

Operations

Actions related to IAM policies

Operations

Actions related to Aritma ID roles

Operations

Actions related to SCIM tokens

Operations

Actions related to scopes in Aritma ID

Operations

Actions common for all SSO providers

Operations

Request

Security
authorization_code_with_pkce(Required scopes:
services.iam
)
or client_credentials(Required scopes:
services.iam
)
Query
querystring

Optional search term to filter providers by name or scheme.

Example: query=azure
pageinteger(int32)

The page number to retrieve (1-based).

Example: page=1
pageSizeinteger(int32)

The number of items per page.

Example: pageSize=10
No request payload

Responses

OK

Bodyapplication/json
identityProvidersArray of objects(ListIdentityProviderDto)required

The identity providers on this page.

idinteger(int32)required

The internal identifier of the provider.

providerstringrequired

The provider type name (e.g. Azure, Google).

schemestringrequired

The unique authentication scheme name.

displayNamestringrequired

The human-readable display name shown to users.

enabledbooleanrequired

Indicates whether the provider is currently active.

typestringrequired

The protocol type of the provider (e.g. oidc, saml2p).

totalCountinteger(int32)required

Total number of identity providers across all pages.

pageinteger(int32)required

The current page number.

pageSizeinteger(int32)required

The number of items per page.

Response
application/json
{ "identityProviders": [ { … } ], "totalCount": 0, "page": 0, "pageSize": 0 }

Actions relating to AzureAd as an SSO provider

Operations

Actions relating to custom SSO providers

Operations

Actions relating to Google as an SSO provider

Operations

Actions relating to Signicat as an SSO provider

Operations

Actions related to IAM subjects

Operations

Actions related to Aritma ID users

Operations