Retrieve a list of user accounts configured for proofing and user metadata.
Successful Request. Proofing Users Retrieved Successfully.
One or more required parameters are missing or invalid.
Authentication failed (unauthorized).
Forbidden. You do not have permissions to perform this action, or your connection information is not correct.
The server is too busy to handle the request.
{- "proofingUsers": [
- {
- "id": "ec2b4aee-42b6-42f8-92cd-264d1c9d4d0c",
- "type": "user",
- "firstName": "Russ",
- "lastName": "Hanneman",
- "email": "russ@piedpiper.com",
- "roles": [
- "user",
- "manager"
], - "company": "Pied Piper",
- "verified": true,
- "active": true
}
], - "pagination": {
- "total": 1000,
- "before": "7140k9-44f",
- "after": "169677qp8-afe"
}
}