Skip to content

Retrieves a user by their ID

GET
/api/v1/User/{userId}

Users can only view their own profile unless they have Admin access

Authorizations

Parameters

Path Parameters

userId
required
string format: uuid

The unique identifier of the user

Responses

200

Returns the requested user’s information

object
id
string format: uuid
username
string
nullable
name
string
nullable
email
string
nullable
createdDate
string format: date-time
accessLevel
integer format: int32

403

Insufficient permissions to view user

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties

404

User not found

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties