curl --request GET \
--url https://apigw.mka1.com/api/v1/authorization/llm/list-users \
--header 'Authorization: Bearer <token>'{
"users": [
"<string>"
],
"continuationToken": "<string>"
}List users with a specific role on a resource. Returns direct relationships only (not computed). The authenticated caller must have at least reader access.
curl --request GET \
--url https://apigw.mka1.com/api/v1/authorization/llm/list-users \
--header 'Authorization: Bearer <token>'{
"users": [
"<string>"
],
"continuationToken": "<string>"
}Authenticate with your MKA1 API key at the API gateway: Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, also send X-On-Behalf-Of to identify the end user making the request.
Optional external user identifier for multi-user server-side integrations. Use this when acting on behalf of one of your end users.
Type of LLM resource
completion, file, vector_store, conversation, response Unique identifier for the resource
1^(\*|[a-zA-Z0-9_-]+)$Permission role for the resource (owner > writer > reader)
owner, writer, reader Pagination token for fetching next page of results
Was this page helpful?