People
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
Successfully retrieved the list of people.
Total number of people retrieved.
25Bad request - Invalid input parameters.
Unauthorized - Authentication failed or insufficient permissions.
Internal server error.
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
The first name of the person.
JohnThe last name of the person.
DoeThe organization the person is associated with.
Opsera.The business unit the person belongs to.
EngineeringThe department the person is part of.
PlatformThe group the person is associated with.
Phase 2The team the person works with.
AODPerson created successfully.
Bad request - Invalid or missing input data.
Unauthorized - Authentication failed or insufficient permissions.
Conflict - Duplicate email address.
Internal server error.
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
Successfully retrieved the person.
Unique identifier for the person.
<person-id>First name of the person.
JohnLast name of the person.
DoeOrganization the person is associated with.
OpseraBusiness unit the person belongs to.
EngineeringDepartment of the person.
PlatformGroup the person is part of.
Phase 2Team the person belongs to.
AODTimestamp when the person was added to the system.
2023-11-01T12:00:00.000ZTimestamp of the last update to the person's record.
2023-11-05T12:00:00.000ZBad Request - Invalid email format.
Unauthorized - Authentication failed or insufficient permissions.
Not Found - Person not found.
Internal Server Error - An unexpected error occurred.
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
The unique email address of the person to update.
[email protected]The updated first name of the person.
JohnThe updated last name of the person.
DoeThe updated organization the person is associated with.
OpseraThe updated business unit the person belongs to.
EngineeringThe updated department the person is part of.
PlatformThe updated group the person is associated with.
Phase 2The updated team the person works with.
AODPerson updated successfully.
Unique identifier for the person.
25ce97e1-549b-4f31-bd01-80490847f8a6First name of the person.
JohnLast name of the person.
DoeOrganization the person is associated with.
OpseraBusiness unit the person belongs to.
EngineeringDepartment the person is part of.
PlatformGroup the person is associated with.
Phase 2Team the person works with.
AODTimestamp when the person was last updated.
2023-11-05T12:00:00.000ZBad Request - Invalid or missing input data.
Unauthorized - Authentication failed or insufficient permissions.
Not Found - Person not found.
Internal Server Error - An unexpected error occurred.
Last updated

