Get user details for editing
GET/users/:id/edit
Returns user details. Users can always access their own profile. Permission 'read users' required only for accessing other users.
Request
Responses
- 200
- 401
- 403
- 500
User details (with profileType relationship, api_token hidden)
Unauthenticated
Forbidden - Missing permission: read users
Internal server error