Skip to main content
POST
Reset the password of an employee's identity on a SaaS application
Key: Write Scope: Company

Authorizations

Authorization
string
header
required

Use your Primo API key in the Authorization header as Bearer <API_KEY>.

Path Parameters

saasId
string
required

Body

application/json
employeeId
string
required

The Primo employee ID whose identity on this SaaS application gets a new password, as returned by the employee endpoints (id field). This is NOT a SaaS identity ID.

Minimum string length: 1

Response

default - application/json
recipientType
enum<string>
required

Which address the new password was sent to. The address itself is never returned — say "your personal email address" rather than spelling it out.

Available options:
personal,
professional
deliveryStatus
enum<string>
required

delivered when the email left for the recipient. failed means the password WAS changed at the provider but the email did not go out: the identity is locked out and a human has to restore access.

Available options:
delivered,
failed
saasApplicationName
string
required

Name of the SaaS application whose password was reset.