Retrieve Profile
GET/profile/
Request
Query Parameters
Which field to use when ordering the results.
A search term.
Responses
- 200
- 400
- 401
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
ceo
- Chief Executive Officercto
- Chief Technology Officercso
- Chief Security Officerseceng
- Security engineerdev
- Developerdevop
- Developer Operationsmanager
- Managerother
- OtherArray [
]
]
A unique Base58 value identifying this object.
Email of the user.
Possible values: <= 60 characters
Name of the user.
Possible values: [ceo
, cto
, cso
, seceng
, dev
, devop
, manager
, other
, ``]
Job title:
If true, the user has permissions to manage billing. Read-only.
changed_by
object
required
User who last made changes.
A unique Base58 value identifying this object.
Possible values: <= 254 characters
Email of the user.
Possible values: <= 60 characters
Name of the user.
Date and time of the last change, in ISO 8601 UTC format.
For example, "2023-08-09T13:27:43.8208302".
Default value: true
If true, the user can authenticate to Probely to interact with apps and the API.
If false, the user's access to Probely's apps and API is blocked.
Defaults to true.
labels
object[]
Labels of the user.
A unique Base58 value identifying this object.
Possible values: <= 255 characters
Name of the label.
The maximum length is 255 characters.
Possible values: Value must match regular expression ^[a-zA-Z0-9#_-]*$
Color of the label, in RGB hexadecimal format prefixed with "#".
For example, "#00FF00" for green.
changed_by
object
required
User who last made changes.
A unique Base58 value identifying this object.
Possible values: <= 254 characters
Email of the user.
Possible values: <= 60 characters
Name of the user.
Date and time of the last change, in ISO 8601 UTC format.
For example, "2023-08-09T13:27:43.8208302".
Roles of the user.
Date and time of the last login of the user, in ISO 8601 UTC format.
For example, "2023-08-09T13:27:43.8208302"
If true, it is an app that interacts with Probely through the API.
If false, it is a human who interacts with Probely through our web interface.
Defaults to false."
Identifier of the user in Intercom. Read-only.
If true, Single Sign-on (SSO) is set in the account and it is how the user authenticates.
If false, the user authenticates with username and password.
Read-only.
If true, the user is responsible for the account and the main point of contact. Read-only.
Date and time of user's first login
[
{
"id": "string",
"email": "[email protected]",
"name": "string",
"title": "ceo",
"is_billing_admin": true,
"changed_by": {
"id": "string",
"email": "[email protected]",
"name": "string"
},
"changed": "2024-07-29T15:51:28.071Z",
"active": true,
"labels": [
{
"id": "string",
"name": "string",
"color": "string",
"changed_by": {
"id": "string",
"email": "[email protected]",
"name": "string"
},
"changed": "2024-07-29T15:51:28.071Z"
}
],
"user_roles": "string",
"last_login": "2024-07-29T15:51:28.071Z",
"is_apiuser": true,
"intercom_user_id": "string",
"is_sso": true,
"is_owner": true,
"mfa_enabled": true,
"first_login": "2024-07-29T15:51:28.071Z"
}
]
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "Invalid JWT."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Unexpected error while handling your request."
}