For the complete documentation index, see llms.txt. This page is also available as Markdown.

UserService

Manage user information.

Operations

getUserSelectFields

post

Retrieves information about a user with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Responses
200

Successful operation.

application/json
post/getUserSelectFields
200

Successful operation.

getUserSelectFieldsFilterChildren

post

Retrieves information about a user with selected fields and filters children.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Responses
200

Successful operation.

application/json
post/getUserSelectFieldsFilterChildren
200

Successful operation.

getActivityPagedListSelectFields

post

Retrieves a paged list of selected fields for activities.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Responses
200

Successful operation.

application/json
TokenstringOptional

The tokenized value for the activity.

post/getActivityPagedListSelectFields
200

Successful operation.

searchActivityPagedSelectFields

post

Searches activities with pagination and selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Responses
200

Successful operation.

application/json
TokenstringOptional

The tokenized value for the activity.

post/searchActivityPagedSelectFields
200

Successful operation.

getUserTrackingSelectFields

post

Retrieves information about user tracking with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

UserTrackingLocatorintegerRequired

The locator for user tracking.

Responses
200

Successful operation.

application/json
post/getUserTrackingSelectFields
200

Successful operation.

getUserTrackingPagedListSelectFields

post

Retrieves a paged list of selected fields for user tracking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Responses
200

Successful operation.

application/json
TokenstringOptional

The tokenized value for the activity.

post/getUserTrackingPagedListSelectFields
200

Successful operation.

searchUserTrackingPagedSelectFields

post

Searches user tracking with pagination and selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Responses
200

Successful operation.

application/json
TokenstringOptional

The tokenized value for the activity.

post/searchUserTrackingPagedSelectFields
200

Successful operation.

updateUserByID

post

Updates user information based on ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Responses
200

Successful operation.

application/json
post/updateUserByID
200

Successful operation.

updateUserTrackingByID

post

Updates user tracking information based on ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

UserTrackingLocatorintegerRequired

The locator for user tracking.

Responses
200

Successful operation.

application/json
post/updateUserTrackingByID
200

Successful operation.

createUserTracking

post

Creates a new record for user tracking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

Responses
200

Successful operation.

application/json
UserTrackingLocatorintegerOptional

The locator for user tracking.

post/createUserTracking
200

Successful operation.

deleteUserTracking

post

Deletes a record for user tracking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
UserNumberintegerRequired

The user number for the activity.

UserTrackingLocatorintegerRequired

The locator for user tracking.

Responses
200

Successful operation.

application/json
nxAttributesobjectOptional

The custom object for NexumAPI response attributes.

post/deleteUserTracking
200

Successful operation.

Last updated

Was this helpful?