curl --request POST \
--url https://pria.praxislxp.com/api/admin/userInstitutions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"institution": "65cfebc32f5e1b37d4e52329",
"accountType": "user",
"usersearch": "praxis",
"limitsearch": 100,
"emptyInstitutions": false
}'
{
"success": true,
"data": [
{
"lastConversation": {
"course_id": 123,
"course_name": "<string>"
},
"digitaltwin": true,
"_id": "<string>",
"user": {
"_id": "<string>",
"email": "jsmith@example.com",
"fname": "<string>",
"lname": "<string>",
"accountType": "<string>",
"lxp_user_id": 123,
"picture": "<string>",
"status": "<string>",
"lxp_user_type": 123,
"lxp_partner_id": 123,
"lxp_partner_name": "<string>",
"lxp_role_id": 123,
"lxp_role_name": "<string>",
"credits": 123,
"creditsUsed": 123,
"plan": "<string>",
"institution": {
"_id": "<string>",
"name": "<string>",
"picture": "<string>",
"credits": 123,
"creditsUsed": 123,
"creditsAwarded": 123,
"status": "active",
"publicId": "<string>",
"publicAuthorizedUrls": [
"<string>"
],
"ainame": "<string>",
"contactEmail": "<string>",
"poolCredits": true,
"created": "2023-11-07T05:31:56Z",
"conversationModel": "<string>",
"account": {
"_id": "<string>",
"name": "<string>"
},
"maxCompletionTokens": 123,
"creditsTotal": 123,
"creditsUsagePct": 123,
"id": "<string>",
"displayAgentDetails": true
},
"remember_history_count": 123,
"created": "2023-11-07T05:31:56Z",
"__v": 123
},
"institution": {
"_id": "<string>",
"name": "<string>",
"picture": "<string>",
"credits": 123,
"creditsUsed": 123,
"creditsAwarded": 123,
"status": "active",
"publicId": "<string>",
"publicAuthorizedUrls": [
"<string>"
],
"ainame": "<string>",
"contactEmail": "<string>",
"poolCredits": true,
"created": "2023-11-07T05:31:56Z",
"conversationModel": "<string>",
"account": {
"_id": "<string>",
"name": "<string>"
},
"maxCompletionTokens": 123,
"creditsTotal": 123,
"creditsUsagePct": 123,
"id": "<string>",
"displayAgentDetails": true
},
"entitlements": [
"<string>"
],
"accountType": "<string>",
"status": "<string>",
"creditAwarded": 123,
"created": "2023-11-07T05:31:56Z",
"lastLogin": "2023-11-07T05:31:56Z",
"lastKA": "2023-11-07T05:31:56Z",
"__v": 123
}
]
}
Retrieves a list of users and their relationships with institutions based on search criteria
curl --request POST \
--url https://pria.praxislxp.com/api/admin/userInstitutions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"institution": "65cfebc32f5e1b37d4e52329",
"accountType": "user",
"usersearch": "praxis",
"limitsearch": 100,
"emptyInstitutions": false
}'
{
"success": true,
"data": [
{
"lastConversation": {
"course_id": 123,
"course_name": "<string>"
},
"digitaltwin": true,
"_id": "<string>",
"user": {
"_id": "<string>",
"email": "jsmith@example.com",
"fname": "<string>",
"lname": "<string>",
"accountType": "<string>",
"lxp_user_id": 123,
"picture": "<string>",
"status": "<string>",
"lxp_user_type": 123,
"lxp_partner_id": 123,
"lxp_partner_name": "<string>",
"lxp_role_id": 123,
"lxp_role_name": "<string>",
"credits": 123,
"creditsUsed": 123,
"plan": "<string>",
"institution": {
"_id": "<string>",
"name": "<string>",
"picture": "<string>",
"credits": 123,
"creditsUsed": 123,
"creditsAwarded": 123,
"status": "active",
"publicId": "<string>",
"publicAuthorizedUrls": [
"<string>"
],
"ainame": "<string>",
"contactEmail": "<string>",
"poolCredits": true,
"created": "2023-11-07T05:31:56Z",
"conversationModel": "<string>",
"account": {
"_id": "<string>",
"name": "<string>"
},
"maxCompletionTokens": 123,
"creditsTotal": 123,
"creditsUsagePct": 123,
"id": "<string>",
"displayAgentDetails": true
},
"remember_history_count": 123,
"created": "2023-11-07T05:31:56Z",
"__v": 123
},
"institution": {
"_id": "<string>",
"name": "<string>",
"picture": "<string>",
"credits": 123,
"creditsUsed": 123,
"creditsAwarded": 123,
"status": "active",
"publicId": "<string>",
"publicAuthorizedUrls": [
"<string>"
],
"ainame": "<string>",
"contactEmail": "<string>",
"poolCredits": true,
"created": "2023-11-07T05:31:56Z",
"conversationModel": "<string>",
"account": {
"_id": "<string>",
"name": "<string>"
},
"maxCompletionTokens": 123,
"creditsTotal": 123,
"creditsUsagePct": 123,
"id": "<string>",
"displayAgentDetails": true
},
"entitlements": [
"<string>"
],
"accountType": "<string>",
"status": "<string>",
"creditAwarded": 123,
"created": "2023-11-07T05:31:56Z",
"lastLogin": "2023-11-07T05:31:56Z",
"lastKA": "2023-11-07T05:31:56Z",
"__v": 123
}
]
}
JWT token passed in x-access-token header
Successfully retrieved user institution data
The response is of type object
.
Was this page helpful?