Authenticatie
De runtimesessie authenticeren, beëindigen en inspecteren. De voorbeelden gebruiken de A2A-codemodus. MCP biedt dezelfde codemodus via het hulpmiddelexecute.
Functies
auth.authorizations.grant
auth.authorizations.grant.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | POST /v1/public/accounts/{account_id}/auth/authorizations |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
grant_kind | "capability" | "account_owner" | "super_admin" | ja |
subject_id | str | ja |
subject_type | "user" | "group" | "service_account" | ja |
capability_key | str | null | nee |
resource_id | str | null | nee |
resource_type | "client" | "account" | "workspace" | "domain" | "dns_record" | "mailbox" | "redirect" | "forwarding" | "credential" | "tenant" | "route" | "proxy" | null | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
grant_kind | str | ja |
id | str | ja |
subject_id | str | ja |
subject_type | str | ja |
capability_key | str | null | nee |
created_at | str | null | nee |
resource_id | str | null | nee |
resource_type | str | null | nee |
revoked_at | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.authorizations.list
auth.authorizations.list.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | GET /v1/public/accounts/{account_id}/auth/authorizations |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
capability_key | str | null | nee |
grant_kind | "capability" | "account_owner" | "super_admin" | null | nee |
include_revoked | bool | nee |
subject_id | str | null | nee |
subject_type | "user" | "group" | "service_account" | null | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
grant_kind | str | ja |
id | str | ja |
subject_id | str | ja |
subject_type | str | ja |
capability_key | str | null | nee |
created_at | str | null | nee |
resource_id | str | null | nee |
resource_type | str | null | nee |
revoked_at | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.authorizations.revoke
auth.authorizations.revoke.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | DELETE /v1/public/accounts/{account_id}/auth/authorizations/{grant_id} |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
grant_id | str | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
result | {} | ja |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.groups.create
auth.groups.create.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | POST /v1/public/accounts/{account_id}/auth/groups |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
name | str | ja |
attributes | {} | null | nee |
description | str | null | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
account_id | str | ja |
id | str | ja |
keycloak_name | str | ja |
name | str | ja |
attributes | {} | nee |
description | str | null | nee |
keycloak_account_id | str | null | nee |
linked_scopes | [{"resource_id": str, "resource_type": str}] | nee |
parent_id | str | null | nee |
path | str | null | nee |
permission_context | {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str} | nee |
subgroup_ids | [str] | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.groups.delete
auth.groups.delete.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | DELETE /v1/public/accounts/{account_id}/auth/groups/{group_id} |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
group_id | str | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
result | {} | ja |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.groups.get
auth.groups.get.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | GET /v1/public/accounts/{account_id}/auth/groups/{group_id} |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
group_id | str | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
account_id | str | ja |
id | str | ja |
keycloak_name | str | ja |
name | str | ja |
attributes | {} | nee |
description | str | null | nee |
keycloak_account_id | str | null | nee |
linked_scopes | [{"resource_id": str, "resource_type": str}] | nee |
parent_id | str | null | nee |
path | str | null | nee |
permission_context | {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str} | nee |
subgroup_ids | [str] | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.groups.invitations.create
auth.groups.invitations.create.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | POST /v1/public/accounts/{account_id}/auth/groups/{group_id}/invitations |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
group_id | str | ja |
email | str | ja |
locale | str | null | nee |
note | str | null | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
result | {"assignments": [{"assignment_kind": str, "position": int, "capability_key"?: str | null, "grant_kind"?: str | null, "group_id"?: str | null, "id"?: str | null, "resource_id"?: str | null, "resource_type"?: str | null, "role_key"?: str | null}], "email": str, "id": str, "permission_context": {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str}, "status": str, "accepted_at"?: str | null, "accepted_subject_id"?: str | null, "created_at"?: str | null, "expires_at"?: str | null, "note"?: str | null} | {"accepted_subject_id": str, "assignment_count": int, "email": str, "grant_count": int, "group_membership_count": int, "permission_context": {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str}, "role_assignment_count": int, "mode"?: str, "status"?: str} | ja |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.groups.list
auth.groups.list.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | GET /v1/public/accounts/{account_id}/auth/groups |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
account_id | str | ja |
id | str | ja |
keycloak_name | str | ja |
name | str | ja |
attributes | {} | nee |
description | str | null | nee |
keycloak_account_id | str | null | nee |
linked_scopes | [{"resource_id": str, "resource_type": str}] | nee |
parent_id | str | null | nee |
path | str | null | nee |
permission_context | {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str} | nee |
subgroup_ids | [str] | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.groups.members.add_group
auth.groups.members.add_group.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | POST /v1/public/accounts/{account_id}/auth/groups/{group_id}/members/groups |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
group_id | str | ja |
child_group_id | str | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
group_edges | int | ja |
groups_seen | int | ja |
total_edges | int | ja |
user_edges | int | ja |
group_id | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.groups.members.add_user
auth.groups.members.add_user.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | POST /v1/public/accounts/{account_id}/auth/groups/{group_id}/members/users |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
group_id | str | ja |
user_id | str | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
group_edges | int | ja |
groups_seen | int | ja |
total_edges | int | ja |
user_edges | int | ja |
group_id | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.groups.members.list
auth.groups.members.list.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | GET /v1/public/accounts/{account_id}/auth/groups/{group_id}/members |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
group_id | str | ja |
page | int | nee |
page_size | int | nee |
search | str | null | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
account_id | str | ja |
group_id | str | ja |
page | int | ja |
page_size | int | ja |
total | int | ja |
groups | [{"account_id": str, "id": str, "keycloak_name": str, "name": str, "attributes"?: {}, "description"?: str | null, "keycloak_account_id"?: str | null, "linked_scopes"?: [{"resource_id": str, "resource_type": str}], "parent_id"?: str | null, "path"?: str | null, "permission_context"?: {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str}, "subgroup_ids"?: [str]}] | nee |
linked_scopes | [{"resource_id": str, "resource_type": str}] | nee |
members | [{"resolved": bool, "subject_id": str, "subject_type": str, "group"?: {"account_id": str, "id": str, "keycloak_name": str, "name": str, "attributes"?: {}, "description"?: str | null, "keycloak_account_id"?: str | null, "linked_scopes"?: [{"resource_id": str, "resource_type": str}], "parent_id"?: str | null, "path"?: str | null, "permission_context"?: {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str}, "subgroup_ids"?: [str]} | null, "user"?: {"id": str, "email"?: str | null, "first_name"?: str | null, "last_name"?: str | null, "username"?: str | null} | null}] | nee |
search | str | null | nee |
users | [{"id": str, "email"?: str | null, "first_name"?: str | null, "last_name"?: str | null, "username"?: str | null}] | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.groups.members.remove_group
auth.groups.members.remove_group.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | DELETE /v1/public/accounts/{account_id}/auth/groups/{group_id}/members/groups/{child_group_id} |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
child_group_id | str | ja |
group_id | str | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
group_edges | int | ja |
groups_seen | int | ja |
total_edges | int | ja |
user_edges | int | ja |
group_id | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.groups.members.remove_user
auth.groups.members.remove_user.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | DELETE /v1/public/accounts/{account_id}/auth/groups/{group_id}/members/users/{user_id} |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
group_id | str | ja |
user_id | str | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
group_edges | int | ja |
groups_seen | int | ja |
total_edges | int | ja |
user_edges | int | ja |
group_id | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.groups.update
auth.groups.update.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | PATCH /v1/public/accounts/{account_id}/auth/groups/{group_id} |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
group_id | str | ja |
attributes | {} | null | nee |
description | str | null | nee |
name | str | null | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
account_id | str | ja |
id | str | ja |
keycloak_name | str | ja |
name | str | ja |
attributes | {} | nee |
description | str | null | nee |
keycloak_account_id | str | null | nee |
linked_scopes | [{"resource_id": str, "resource_type": str}] | nee |
parent_id | str | null | nee |
path | str | null | nee |
permission_context | {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str} | nee |
subgroup_ids | [str] | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.invitations.create
auth.invitations.create.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | POST /v1/public/accounts/{account_id}/auth/invitations |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
assignments | [{"capability_key"?: str | null, "grant_kind"?: "capability" | "account_owner" | "super_admin" | null, "group_id"?: str | null, "resource_id"?: str | null, "resource_type"?: "client" | "account" | "workspace" | "domain" | "dns_record" | "mailbox" | "redirect" | "forwarding" | "credential" | "tenant" | "route" | "proxy" | null, "role_key"?: str | null}] | ja |
email | str | ja |
locale | str | null | nee |
note | str | null | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
result | {"assignments": [{"assignment_kind": str, "position": int, "capability_key"?: str | null, "grant_kind"?: str | null, "group_id"?: str | null, "id"?: str | null, "resource_id"?: str | null, "resource_type"?: str | null, "role_key"?: str | null}], "email": str, "id": str, "permission_context": {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str}, "status": str, "accepted_at"?: str | null, "accepted_subject_id"?: str | null, "created_at"?: str | null, "expires_at"?: str | null, "note"?: str | null} | {"accepted_subject_id": str, "assignment_count": int, "email": str, "grant_count": int, "group_membership_count": int, "permission_context": {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str}, "role_assignment_count": int, "mode"?: str, "status"?: str} | ja |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.invitations.delete
auth.invitations.delete.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | DELETE /v1/public/accounts/{account_id}/auth/invitations/{invitation_id} |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
invitation_id | str | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
result | {} | ja |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.invitations.list
auth.invitations.list.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | GET /v1/public/accounts/{account_id}/auth/invitations |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
email | str | null | nee |
status | str | null | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
assignments | [{"assignment_kind": str, "position": int, "capability_key"?: str | null, "grant_kind"?: str | null, "group_id"?: str | null, "id"?: str | null, "resource_id"?: str | null, "resource_type"?: str | null, "role_key"?: str | null}] | ja |
email | str | ja |
id | str | ja |
permission_context | {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str} | ja |
status | str | ja |
accepted_at | str | null | nee |
accepted_subject_id | str | null | nee |
created_at | str | null | nee |
expires_at | str | null | nee |
note | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.invitations.resend
auth.invitations.resend.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | POST /v1/public/accounts/{account_id}/auth/invitations/{invitation_id}/resend |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
invitation_id | str | ja |
payload | {"locale"?: str | null} | null | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
assignments | [{"assignment_kind": str, "position": int, "capability_key"?: str | null, "grant_kind"?: str | null, "group_id"?: str | null, "id"?: str | null, "resource_id"?: str | null, "resource_type"?: str | null, "role_key"?: str | null}] | ja |
email | str | ja |
id | str | ja |
permission_context | {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str} | ja |
status | str | ja |
accepted_at | str | null | nee |
accepted_subject_id | str | null | nee |
created_at | str | null | nee |
expires_at | str | null | nee |
note | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.invitations.update
auth.invitations.update.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | PATCH /v1/public/accounts/{account_id}/auth/invitations/{invitation_id} |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
invitation_id | str | ja |
assignments | [{"capability_key"?: str | null, "grant_kind"?: "capability" | "account_owner" | "super_admin" | null, "group_id"?: str | null, "resource_id"?: str | null, "resource_type"?: "client" | "account" | "workspace" | "domain" | "dns_record" | "mailbox" | "redirect" | "forwarding" | "credential" | "tenant" | "route" | "proxy" | null, "role_key"?: str | null}] | ja |
note | str | null | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
assignments | [{"assignment_kind": str, "position": int, "capability_key"?: str | null, "grant_kind"?: str | null, "group_id"?: str | null, "id"?: str | null, "resource_id"?: str | null, "resource_type"?: str | null, "role_key"?: str | null}] | ja |
email | str | ja |
id | str | ja |
permission_context | {"assigned_bundle_keys"?: [str], "direct_capability_keys"?: [str], "owner_assignments"?: [{"account_id": str}], "resolved_capability_keys"?: [str], "status"?: str, "subject_id"?: str, "subject_type"?: str} | ja |
status | str | ja |
accepted_at | str | null | nee |
accepted_subject_id | str | null | nee |
created_at | str | null | nee |
expires_at | str | null | nee |
note | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.login
auth.login.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | Geen | Authenticatie vereist | nee |
| Uitvoermodus | sync |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
identifier | str | nee |
email | str | nee |
username | str | nee |
password | str | nee |
service_account_token | str | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
authenticated | bool | ja |
principal_type | str | ja |
user_id | str | nee |
service_account_id | str | nee |
email | str | nee |
username | str | nee |
expires_at | str | ja |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.logout
auth.logout.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | Geen | Authenticatie vereist | nee |
| Uitvoermodus | sync |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
logged_out | bool | ja |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.role_assignments.create
auth.role_assignments.create.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | POST /v1/public/accounts/{account_id}/auth/role-assignments |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
resource_id | str | ja |
resource_type | "client" | "account" | "workspace" | "domain" | "dns_record" | "mailbox" | "redirect" | "forwarding" | "credential" | "tenant" | "route" | "proxy" | ja |
role_key | "viewer" | "editor" | "domain_manager" | "manager" | "dns_manager" | "ip_manager" | "billing_viewer" | "billing_admin" | "credential_manager" | ja |
subject_id | str | ja |
subject_type | "user" | "group" | "service_account" | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
expanded_capability_keys | [str] | ja |
id | str | ja |
resource_id | str | ja |
resource_type | str | ja |
role_key | str | ja |
subject_id | str | ja |
subject_type | str | ja |
created_at | str | null | nee |
revoked_at | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.role_assignments.delete
auth.role_assignments.delete.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | DELETE /v1/public/accounts/{account_id}/auth/role-assignments/{assignment_id} |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
assignment_id | str | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
result | {} | ja |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.role_assignments.list
auth.role_assignments.list.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | GET /v1/public/accounts/{account_id}/auth/role-assignments |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
include_revoked | bool | nee |
role_key | "viewer" | "editor" | "domain_manager" | "manager" | "dns_manager" | "ip_manager" | "billing_viewer" | "billing_admin" | "credential_manager" | null | nee |
subject_id | str | null | nee |
subject_type | "user" | "group" | "service_account" | null | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
expanded_capability_keys | [str] | ja |
id | str | ja |
resource_id | str | ja |
resource_type | str | ja |
role_key | str | ja |
subject_id | str | ja |
subject_type | str | ja |
created_at | str | null | nee |
revoked_at | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.service_accounts.create
auth.service_accounts.create.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | POST /v1/public/accounts/{account_id}/auth/service-accounts |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
name | str | ja |
expires_at | str | null | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
account_id | str | ja |
created_at | str | ja |
id | str | ja |
name | str | ja |
token | str | ja |
token_last4 | str | ja |
token_prefix | str | ja |
token_public_id | str | ja |
updated_at | str | ja |
created_by_user_id | str | null | nee |
expires_at | str | null | nee |
last_used_at | str | null | nee |
revoked_at | str | null | nee |
revoked_by_user_id | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.service_accounts.list
auth.service_accounts.list.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | GET /v1/public/accounts/{account_id}/auth/service-accounts |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
include_revoked | bool | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
account_id | str | ja |
created_at | str | ja |
id | str | ja |
name | str | ja |
token_last4 | str | ja |
token_prefix | str | ja |
token_public_id | str | ja |
updated_at | str | ja |
created_by_user_id | str | null | nee |
expires_at | str | null | nee |
last_used_at | str | null | nee |
revoked_at | str | null | nee |
revoked_by_user_id | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.service_accounts.revoke
auth.service_accounts.revoke.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | DELETE /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id} |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
service_account_id | str | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
result | {} | ja |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.service_accounts.rotate
auth.service_accounts.rotate.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | POST /v1/public/accounts/{account_id}/auth/service-accounts/{service_account_id}/rotate |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
service_account_id | str | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
account_id | str | ja |
created_at | str | ja |
id | str | ja |
name | str | ja |
token | str | ja |
token_last4 | str | ja |
token_prefix | str | ja |
token_public_id | str | ja |
updated_at | str | ja |
created_by_user_id | str | null | nee |
expires_at | str | null | nee |
last_used_at | str | null | nee |
revoked_at | str | null | nee |
revoked_by_user_id | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.users.list
auth.users.list.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | auth.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | auth.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | GET /v1/public/accounts/{account_id}/auth/users |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
limit | int | nee |
search | str | null | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
id | str | ja |
email | str | null | nee |
first_name | str | null | nee |
last_name | str | null | nee |
username | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld
auth.whoami
auth.whoami.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | Geen | Authenticatie vereist | nee |
| Uitvoermodus | sync |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
authenticated | bool | ja |
user_id | str | nee |
email | str | nee |
username | str | nee |
expires_at | str | ja |
A2A-voorbeeld
A2A-voorbeeld
MCP-voorbeeld
MCP-voorbeeld