Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens
Specify the pagination to be retrieved. Each pagination retrieves 5000 readers. The default value is 1.
Success
This is a sample success status response example.
{
"reader_id": "91b70808-3d15-45e0-a641-f03e2a0b0efd",
"first_name": "Peter",
"last_name": "Jone",
"email": "peterjone@mail.com",
"access_scope": {
"access_level": 3,
"categories": [],
"project_versions": [],
"languages": []
},
"associated_reader_groups": [],
"is_invite_sso_user": false,
"last_login_at": null
}
The ID of the reader.
The first name of the reader.
The last name of the reader.
Email address of the reader.
The access scope of the reader.
The access level of the reader group. 0-None, 1-Category, 2-Version, 3-Project, 4-Language
List of category scope objects.
The category ID to which the user should be given access.
The project version ID to which the category belongs.
The language to which the user should be given access.
List of project version IDs the reader has access to.
List of language scope objects.
The project version ID to which the user should be given access.
The language to which the user should be given access.
An array of the group IDs the reader is associated with.
Applicable only for SSO readers. If true, it indicates that an invitation has been sent to the reader, but the reader hasn't accepted the invitation yet.
The last login date and time by the reader.