GET
/
hubs
/
{hub_id}
/
users
/
{user_id}

Path Parameters

hub_id
string
required
user_id
string
required

UserID references an End User in the Hub.

Most APIs support setting this value to either the internal Versori identifier or their external ID as determined by the organisation. The identifier_type query parameter is used to indicate which type of ID is being used.

Query Parameters

identifier_type
enum<string>
default:
external

IdentifierType indicates whether the user_id path parameter is a internal identifier created by Versori, or an external identifier. If the value is external, some endpoints also require the hub query parameter to identify the correct Hub.

Available options:
internal,
external

Response

200
application/json
OK
id
string
required

ID is the Versori identifier for the user. Most APIs will not use this field but instead reference users by their externalId.

externalId
string
required

ExternalID is the identifier for the user as determined by the organisation. This typically should be the same as the user's ID on the Primary Connector for the Hub. Regardless of the value, it must be unique within the Hub.

displayName
string
required

DisplayName is an optional human-readable name for the user. If not set, the default is an empty string.

hubId
string
required

The hub ID to which the user belongs to.

primaryConnection
object
required

PrimaryConnection is the connection that the user will use to authenticate to the primary connector.

createdAt
string
required

CreatedAt is the time the user was created.

updatedAt
string
required

UpdatedAt is the time the user was last updated.