List Workspace Users

List all users and permissions in the Moxie workspace

Geoff Mina avatar
Written by Geoff Mina
Updated over a week ago

Endpoint: /action/users/list

Method: GET

Request Params: none

Response Body:

{
"userType": "OWNER",
"user": {
"userId": 0,
"firstName": "",
"lastName": "",
"email": "",
"phone": "",
"phoneVerified": false,
"uuid": "",
"profilePicture": "",
"uploadedPicture": false,
"pricingVersion": 0,
},
"projectAccess": {
"projects": [
{
"grantedAt": "2023-08-15T09:28:17.852-04:00",
"projectId": ""
}
]
},
"featureAccess": {
"projects": false,
"invoices": false,
"accounting": false,
"pipeline": false,
"agreements": false,
"settings": false,
"timesheets": false,
"tickets": false
}
}

Properties that require further clarification:

  • userType - will be one of: OWNER, FULL_USER, RESTRICTED_ACCESS, COLLABORATOR

  • projectAccess - will be populated if the user type is COLLABORATOR

  • featureAccess - will be populated if the user type is RESTRICTED_ACCESS

Did this answer your question?