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
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Authorization: X-API-KEYID
name: X-API-KEYIDtype: apiKeyin: header
name: X-API-TOKENtype: apiKeyin: header
name: BasicAuthtype: httpscheme: basic
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://website-qwrdwgng9-paralus.vercel.app/v2/sentry/auditInfo/user' \
-H 'Accept: application/json' \
-H 'X-API-KEYID: <API_KEY_VALUE>' \
-H 'X-API-TOKEN: <API_KEY_VALUE>'