Users
Enter JWT Bearer token only
Filter results. See OData documentation https://www.odata.org/getting-started/basic-tutorial/#filter
Request a limited set of properties. See OData documentation https://www.odata.org/getting-started/basic-tutorial/#select
Sort results. See OData documentation https://www.odata.org/getting-started/basic-tutorial/#orderby
The number of results to skip. See OData documentation https://www.odata.org/getting-started/basic-tutorial/#topskip
The number of results to return. Defaults to 50. See OData documentation https://www.odata.org/getting-started/basic-tutorial/#topskip
Users found
Unauthorized
Server Error
GET /homedashboard/users HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"firstName": "text",
"lastName": "text",
"jobTitle": "text",
"profileImageUrl": "text",
"externalId": "text",
"source": "text",
"email": "[email protected]",
"nmlsId": "text",
"addressLine1": "text",
"addressLine2": "text",
"city": "text",
"state": "text",
"zipCode": "text",
"workPhone": "text",
"mobilePhone": "text",
"fax": "text",
"website": "text",
"roles": [
"text"
],
"enrollmentDate": "2025-12-06T04:42:05.115Z",
"organizationId": "123e4567-e89b-12d3-a456-426614174000",
"hasRegistered": true,
"lastLoginOn": "2025-12-06T04:42:05.115Z",
"createdOn": "2025-12-06T04:42:05.115Z",
"updatedOn": "2025-12-06T04:42:05.115Z"
}
]Enter JWT Bearer token only
If true, sends the invite email after creation
falseSuccess
POST /homedashboard/users HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json;odata.metadata=minimal;odata.streaming=true
Accept: */*
Content-Length: 435
{
"firstName": "text",
"lastName": "text",
"jobTitle": "text",
"profileImageUrl": "text",
"externalId": "text",
"source": "text",
"email": "[email protected]",
"nmlsId": "text",
"addressLine1": "text",
"addressLine2": "text",
"city": "text",
"state": "text",
"zipCode": "text",
"workPhone": "text",
"mobilePhone": "text",
"fax": "text",
"website": "text",
"roles": [
"text"
],
"enrollmentDate": "2025-12-06T04:42:05.115Z",
"organizationId": "123e4567-e89b-12d3-a456-426614174000"
}Success
{
"id": "text",
"type": "text",
"createdTimestamp": "2025-12-06T04:42:05.115Z",
"updatedTimestamp": "2025-12-06T04:42:05.115Z"
}Enter JWT Bearer token only
User with Id found
Invalid identifier
Unauthorized
User not found
Server Error
GET /homedashboard/users/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"firstName": "text",
"lastName": "text",
"jobTitle": "text",
"profileImageUrl": "text",
"externalId": "text",
"source": "text",
"email": "[email protected]",
"nmlsId": "text",
"addressLine1": "text",
"addressLine2": "text",
"city": "text",
"state": "text",
"zipCode": "text",
"workPhone": "text",
"mobilePhone": "text",
"fax": "text",
"website": "text",
"roles": [
"text"
],
"enrollmentDate": "2025-12-06T04:42:05.115Z",
"organizationId": "123e4567-e89b-12d3-a456-426614174000",
"hasRegistered": true,
"lastLoginOn": "2025-12-06T04:42:05.115Z",
"createdOn": "2025-12-06T04:42:05.115Z",
"updatedOn": "2025-12-06T04:42:05.115Z"
}Enter JWT Bearer token only
User deleted successfully
Invalid identifier
Unauthorized
User not found
Server Error
DELETE /homedashboard/users/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Enter JWT Bearer token only
User updated successfully
Bad Request
Unauthorized
User not found
Server Error
PATCH /homedashboard/users/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json;odata.metadata=minimal;odata.streaming=true
Accept: */*
Content-Length: 435
{
"firstName": "text",
"lastName": "text",
"jobTitle": "text",
"profileImageUrl": "text",
"externalId": "text",
"source": "text",
"email": "[email protected]",
"nmlsId": "text",
"addressLine1": "text",
"addressLine2": "text",
"city": "text",
"state": "text",
"zipCode": "text",
"workPhone": "text",
"mobilePhone": "text",
"fax": "text",
"website": "text",
"roles": [
"text"
],
"enrollmentDate": "2025-12-06T04:42:05.115Z",
"organizationId": "123e4567-e89b-12d3-a456-426614174000"
}{
"id": "text",
"type": "text",
"createdTimestamp": "2025-12-06T04:42:05.115Z",
"updatedTimestamp": "2025-12-06T04:42:05.115Z"
}Last updated

