# GET USER Get information about an user. Endpoint: GET /api/v1/users/{id} Version: v1 ## Path parameters: - `id` (string, required) The User's unique identifier ## Response 200 fields (application/json): - `pk` (string) The user unique id - `permission_profile` (string) The permission profile id associated to this user - `request` (string) The request id - `rao` (string) The RAO id ## Response 500 fields (application/json): - `code` (string) The response status code - `id` (string) The response status id - `error` (string) The response status message