Get details of a specific user
cURL
curl --request GET \ --url https://api.fluxend.app/users/{userUUID} \ --header 'Authorization: <authorization>'
{ "content": { "bio": "<string>", "createdAt": "<string>", "email": "<string>", "organizationUuid": "<string>", "roleId": 123, "status": "<string>", "updatedAt": "<string>", "username": "<string>", "uuid": "<string>" }, "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
User UUID
User details
The response is of type object.
object