How to see the User Level of an user from the API?
By utilizing these APIs, you can ensure that your users have the appropriate level of access to your resources while maintaining security and control over your data and content.
Make sure you use the JSON route /api/1.0/me with an Authorization: Bearer {{accessToken}}
Example code:
{
"data": {
"id": "6697715e1xc711ea8d46024256fc143e",
"user_metadata": {
"roles": [
"access level 2"
],
"locale": "nl_NL",
"timezone": "Europe/Amsterdam"
}
}
}