Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens
Specify the number of records to be bypassed and return the remaining results. The default value is 0.
Specify the number of records to be retrieved. The default value is 20.
Success
Here you can view all type of team account. You can find user Id here.
{
"result": [
{
"user_id": "f11efc6f-e968-4e95-82eb-85ad61559de8",
"first_name": "Peter",
"last_name": "Jone",
"email_id": "peterjone@mail.com",
"profile_logo_url": "https://www.gravatar.com/avatar/FE29D578CBEC3945FC88BF4F10906A3E?sv=2022-11-02&st=2024-06-18T07%3A12%3A34Z&se=2024-06-18T07%3A32%3A34Z&sr=b&sp=r&sig=LEA2ccLr1hMTZkAE48jsdaTYgRr6jNScPQ4x4E3vTss%3D",
"portal_role": "Owner",
"last_login_at": "2024-06-13T14:30:00Z"
}
],
"extension_data": null,
"success": true,
"errors": [],
"warnings": [],
"information": []
}
Customer API response data
The ID of the user
First name of the user
Last name of the user
Email address of the user
Profile image URL of the user
The name of the portal role
Last login date of the user
Extention data for customer API response
Status indication for customer API response
Errors in the customer API response
Thids is the Extention data object
Stack trace for error response message
Description for error cause
Error code for Api response
Warnings in the customer API response
Extention Data for customer Api warning
Warning description
warning code for customer Api base response
Information passed by the customer API response
Extention data for customer Api response information
status description for customer Api response information