Skip to main content
GET
/
users
/
v1
/
api
/
user
/
{id}
Gets a user
curl --request GET \
  --url https://api.qflowhub.io/users/v1/api/user/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Ocp-Apim-Subscription-Key: <api-key>'
{
  "id": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "userName": "<string>",
  "password": "<string>",
  "email": "<string>",
  "timeZoneId": "<string>",
  "companyName": "<string>",
  "customData": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.qflowhub.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth 2.0 access token issued by https://identity.qflowhub.io/core. Include as Authorization: Bearer <token>. See the Authentication guide for the token flow.

Ocp-Apim-Subscription-Key
string
header
required

Your APIM subscription key. Sent in the welcome email when your account is enabled. Required on every request alongside the bearer token.

Path Parameters

id
string
required

The ID of the user to return

Response

OK

The client object (belongs to an enterprise)

id
string
required

The ID of the client

firstName
string

The first / given name of the guest

lastName
string
userName
string

The username of the client (usually an email address preceded with the enterprise PIN)

password
string

The client's password

email
string

The email address of the client

timeZoneId
string

The timezone the client belongs to

companyName
string

The client's company name

customData
string

The client's custom data