Description
I cannot figure out how to add the scope “user:read:admin”? I’d like to use the “List Users” endpoint ( GET /users), which requires the scope “user:read:admin” however I cannot find the scope in the “Add Scopes” section of my App configuration in the Marketplace. Please help.
Error
{
"code": 4700,
"message": "Invalid access token, does not contain scopes: [user:write:admin, user:read:admin, zms:user:write, zms:user:read]."
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
GET /users
Screenshots (If applicable)