Appearance
Get User Information API
Endpoint
GET /wms/me
Headers
| Key | Value |
|---|---|
| Authorization | Bearer change_to_your_access_token |
| X-S2-Organization | 95d73baf-76ba-4bea-86ac-1534c5e5d4aa |
Request Parameters (Query String)
No request parameters required for this endpoint.
Response Example
json
{
"entries": [],
"user": {
"id": "0a4bc32d-2856-4736-9539-317bfd6d7888",
"name": "test",
"email": "test@sellersoft.com",
"active": true,
"inactiveReason": null,
"createdAt": "2024-04-11T02:53:07.654503Z",
"updatedAt": "2024-06-04T02:56:26.754154Z",
"organizations": [
{
"organization": {
"id": "3f424caf-0eba-4813-b3e7-7ca0393af888",
"name": "test organization",
"createdAt": "2024-03-05T22:17:23.520948Z",
"updatedAt": "2024-04-09T21:15:15.615765Z"
},
"role": "ADMIN",
"permissions": []
}
],
"workspaces": [],
"hostRole": "USER"
}
}