POST
/
hubs
/
{hub_id}
/
users

Path Parameters

hub_id
string
required

Body

application/json

Request to create a new End User

externalId
string
required

ExternalID is the identifier of the user as identified in the Hub's primary connector/system.

primaryConnection
object
required

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

displayName
string

DisplayName is a human-readable name for the user

Response

201 - application/json
createdAt
string
required

CreatedAt is the time the user was created.

displayName
string
required

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

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.

hubId
string
required

The hub ID to which the user belongs to.

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.

primaryConnection
object
required

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

updatedAt
string
required

UpdatedAt is the time the user was last updated.