Get All Users
GET
/v1/userLet us hope that we don't use this
Request
Query Params
page
string
optional
Example:
1
limit
string
optional
Example:
30
Request samples
Responses
OK(200)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Headers
Authorization
string
optional
Data Schema
data
array [object {5}]
required
userid
string
required
username
string
required
avatarurl
string
required
email
string
required
role
string
required
User | Artist Manager | Admin. Though, only Admin can see other Admins
Example
{
"data": [
{
"id": "e254e9c0-34ae-4c92-9b0f-48f2b11d71579",
"username": "user_74060bdb",
"role": "Artist Manager",
"avatarurl": "<image link>"
}
]
}
Last modified: 24 days ago