Zum Hauptinhalt springen

Fetch technical users

Get a list of technical users within organization.

Header Parameters
organization-id uuid REQUIRED

ID of organization context this request belongs to.

Responses
200

List of technical users

Schema OPTIONAL
object[]
clientId string OPTIONAL

OAuth 'client_id' parameter to be used for requests to the token endpoint.

credentialType string OPTIONAL

Possible values: [ACCESS_TOKEN, REFRESH_TOKEN]

The 'ACCESS_TOKEN' means that a long living access token has been issued for the user. In case of 'REFRESH_TOKEN' a refresh token was issued.

deleted boolean OPTIONAL
id uuid OPTIONAL
name string OPTIONAL
tokenEndpoint uri OPTIONAL

OAuth endpoint to exchange an access token for a refresh token.

400

Bad Request (e.g. element not found or resource conflict).

Schema OPTIONAL
message string OPTIONAL
timestamp date-time OPTIONAL
traceId string OPTIONAL
type string OPTIONAL
403

Missing permission

Schema OPTIONAL
message string OPTIONAL
timestamp date-time OPTIONAL
traceId string OPTIONAL
type string OPTIONAL
500

Internal server error (Internal service communication or process error).

Schema OPTIONAL
message string OPTIONAL
timestamp date-time OPTIONAL
traceId string OPTIONAL
type string OPTIONAL