Organization and Group identification for Projects using the API
Using the API, you can do the following:
Get a list of groups identified by GroupId by using the endpoint Get a group (
GET /groups/{group_id}
).Get the list of Organizations that you have access to identified by Orgid by using the endpoint Get organization (
GET /org/{org_id}
).Find the Groupid by using the endpoint List all the organizations a user belongs to.
Request a list of Organizations (identified by Orgid) based on a Groupid by using the endpoint List all organizations in a group.
Last updated