Nurama Developers
Bots

List the bot's project memberships

Project memberships of the bot, limited to projects that belong to this workspace.

GET
/workspaces/{workspaceId}/bots/{botId}/memberships

Project memberships of the bot, limited to projects that belong to this workspace.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

workspaceId*string
Formatuuid
botId*string
Formatuuid

Response Body

application/json

curl -X GET "https://example.com/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/bots/497f6eca-6276-4993-bfeb-53cbbbba6f08/memberships"
[  {    "membershipId": "8072cc74-4782-4f2c-827c-699c48ce2092",    "projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",    "projectName": "string",    "roles": [      "creator"    ]  }]