Accounts API: Users

Retrieves one specific user connection

get
Authorizations
BearerstringRequired
Path parameters
fromUserstring · uuidRequired
toUserstring · uuidRequired
fromstringRequired
tostringRequired
Responses
chevron-right
404

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
get
/api/accounts/users-connections/{from}/{to}
404

Not Found

Checks for the existence of one specific user connection

head
Authorizations
BearerstringRequired
Path parameters
fromUserstring · uuidRequired
toUserstring · uuidRequired
fromstringRequired
tostringRequired
Responses
chevron-right
404

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
head
/api/accounts/users-connections/{from}/{to}

No content

Collects the list of user connections that match specific criteria

post
Authorizations
BearerstringRequired
Body
ConnectedSincestring · date-time · nullableOptional
ConnectedBeforestring · date-time · nullableOptional
Responses
post
/api/accounts/users-connections/collect
200

OK

Counts the user connections that match specific criteria

post
Authorizations
BearerstringRequired
Body
ConnectedSincestring · date-time · nullableOptional
ConnectedBeforestring · date-time · nullableOptional
Responses
post
/api/accounts/users-connections/count
200

OK

Downloads the list of user connections that match specific criteria

post
Authorizations
BearerstringRequired
Body
ConnectedSincestring · date-time · nullableOptional
ConnectedBeforestring · date-time · nullableOptional
Responses
post
/api/accounts/users-connections/download
200

OK

No content

Searches for the list of user connections that match specific criteria

post
Authorizations
BearerstringRequired
Body
ConnectedSincestring · date-time · nullableOptional
ConnectedBeforestring · date-time · nullableOptional
Responses
post
/api/accounts/users-connections/search
200

OK

Retrieves one specific user

get
Authorizations
BearerstringRequired
Path parameters
userstring · uuidRequired
Responses
chevron-right
404

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
get
/api/accounts/users/{user}
404

Not Found

Checks for the existence of one specific user

head
Authorizations
BearerstringRequired
Path parameters
userstring · uuidRequired
Responses
chevron-right
404

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
head
/api/accounts/users/{user}

No content

Collects the list of users that match specific criteria

post
Authorizations
BearerstringRequired
Body
UserIdsstring · uuid[] · nullableOptional
UserEmailExactstring · nullableOptional
UserFullNameContainsstring · nullableOptional
LastAuthenticatedSincestring · date-time · nullableOptional
Responses
post
/api/accounts/users/collect
200

OK

Counts the users that match specific criteria

post
Authorizations
BearerstringRequired
Body
UserIdsstring · uuid[] · nullableOptional
UserEmailExactstring · nullableOptional
UserFullNameContainsstring · nullableOptional
Responses
post
/api/accounts/users/count
200

OK

Downloads the list of users that match specific criteria

post
Authorizations
BearerstringRequired
Body
UserIdsstring · uuid[] · nullableOptional
UserEmailExactstring · nullableOptional
UserFullNameContainsstring · nullableOptional
LastAuthenticatedSincestring · date-time · nullableOptional
Responses
post
/api/accounts/users/download
200

OK

No content

Searches for the list of users that match specific criteria

post
Authorizations
BearerstringRequired
Body
UserIdsstring · uuid[] · nullableOptional
UserEmailExactstring · nullableOptional
UserFullNameContainsstring · nullableOptional
Responses
post
/api/accounts/users/search
200

OK

Last updated

Was this helpful?