Created
July 16, 2025 21:23
-
-
Save MintyRoma/c0954b4b95f63f7ec92cb1e429725ce0 to your computer and use it in GitHub Desktop.
wup_users_api_call
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"id": "f692dbac-4c5b-469f-bad1-abf7dd50ab7c", | |
"name": "Test Test", | |
"avatarUrl": null, | |
"color": "#0300cc", | |
"role": "member", | |
"isSuspended": false, | |
"createdAt": "2025-07-16T20:54:49.460Z", | |
"updatedAt": "2025-07-16T21:04:48.280Z", | |
"deletedAt": null, | |
"lastActiveAt": "2025-07-16T21:04:48.280Z", | |
"timezone": "Europe/Moscow", | |
"email": "[email protected]", | |
"language": "en_US", | |
"preferences": null, | |
"notificationSettings": {} | |
}, | |
"policies": [ | |
{ | |
"id": "f692dbac-4c5b-469f-bad1-abf7dd50ab7c", | |
"abilities": { | |
"read": true, | |
"update": true, | |
"readDetails": true, | |
"listApiKeys": true, | |
"readEmail": true, | |
"delete": true, | |
"activate": true, | |
"suspend": true, | |
"promote": true, | |
"demote": true, | |
"resendInvite": false | |
} | |
} | |
], | |
"status": 200, | |
"ok": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment