AuditInformationService_LookupUser
GET/v2/sentry/auditInfo/user
AuditInformationService_LookupUser
Request
Query Parameters
userCN string
Responses
- 200
- 403
- 404
- default
A successful response.
- application/json
- application/yaml
- Schema
- Example (from schema)
Schema
userName string
accountID string
isSSO string
organizationID string
partnerID string
sessionType string
{
"userName": "string",
"accountID": "string",
"isSSO": "string",
"organizationID": "string",
"partnerID": "string",
"sessionType": "string"
}
- Schema
- Example (from schema)
Schema
userName string
accountID string
isSSO string
organizationID string
partnerID string
sessionType string
{
"userName": "string",
"accountID": "string",
"isSSO": "string",
"organizationID": "string",
"partnerID": "string",
"sessionType": "string"
}
Returned when the user does not have permission to access the resource.
- application/json
- application/yaml
- Schema
Schema
- any
- Schema
Schema
- any
Returned when the resource does not exist.
- application/json
- application/yaml
- Schema
Schema
string
- Schema
Schema
string
An unexpected error response.
- application/json
- application/yaml
- Schema
- Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...