latestSwagger 2.02026-08-109450223.9 KB
94acb422c07d
Identities
Get Identity
Shows details on a single Identity associated with your account.
get/v1/identities/{id}
Path parameters
idinteger required
Identity ID.
Response
Get Identity
Example response
{
"identity": {
"id": 12345678,
"account": {
"id": 1,
"name": "Your Account Name"
},
"organization": {
"id": 1,
"name": "Your Organization Name"
},
"tenant": {
"id": 123,
"type": "google_workspace"
},
"username": "user@example.com",
"email": "user@example.com",
"enabled": true,
"billable": true,
"enabled_products": [
"itdr",
"ispm"
],
"mfa_enabled": true,
"risk_level": "none",
"risk_state": "none",
"risk_detail": "none",
"risk_last_updated_at": "2022-03-01T20:05:10Z",
"password_last_changed_at": "2022-03-01T20:05:10Z",
"created_at": "2022-03-01T20:05:10Z",
"updated_at": "2022-03-01T20:05:10Z"
}
}