List all project and group memberships for a user
GET
/api/v4/users/{user_id}/memberships
Lists all project and group memberships for a specified user. Administrators only.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” user_id
required
integer
The ID of the user
Query Parameters
Section titled “ Query Parameters ” type
string
Filter memberships by type
page
integer
Current page number
Example
1 per_page
integer
Number of items per page
Example
20Responses
Section titled “ Responses ”OK
Media type application/json
object
source_id
string
source_name
string
source_type
string
access_level
string
Example generated
{ "source_id": "example", "source_name": "example", "source_type": "example", "access_level": "example"}Bad Request
Not Found