Project Users
List project users
Request
curl --location 'https://api.thebrief.ai/v1/project/users' \
--header 'Authorization: Bearer eyJh...'Response
{
"response": [
{
"userId": 111111,
"teamId": 111,
"name": "User Name 1",
"url": null,
"email": "[email protected]",
"profilePicture": null,
"role": "Admin",
"teamRoleId": 1
},
{
"userId": 22222,
"teamId": 111,
"name": "User Name 2",
"url": null,
"email": "[email protected]",
"profilePicture": null,
"role": "Admin",
"teamRoleId": 1
},
]
}Add User to Project
Request
Response
Remove User from a Project
Request
Response
Last updated

