Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns every team a given user belongs to and the role they hold on each.
cURL
curl --request GET \ --url https://api.readmin.app/teams/users/{userId} \ --header 'loader-id: <api-key>'
{ "success": true, "teams": [ { "teamId": "<string>", "teamName": "<string>", "roleId": "<string>", "roleName": "<string>", "isLead": true, "created": "2023-11-07T05:31:56Z" } ] }
Successful operation
Show child attributes