Get all customer support role users

This API is used to get the role of all customer-support users and it returns their information
like phone number, first name, last name, email address, and more. This API can be accessed by a super admin . We need to pass the authentication key to authenticate the super admin.

Here is the description of response attributes, which returns to the form of a JSON array.

AttributeDescription
countryCodeThis returns the country code of the user like the US, IN, and many more.
phonenumberThis returns the phone number of the user.
emailThis contains the email of the user. A valid email example is [email protected]
firstNameThis contains the first name of the user.
lastNameThis contains the last name of the user.
marketingOptInUsers want to receive email updates.
userProfilePhotoThis contains the user profile photo address.
userIdThis contains a user id that is unique.
languageCodeThis contains user language codes like EN(English), ES.
Language
Authorization
Header
Click Try It! to start a request and see the response here!