Requests access for the authenticated user to a group
Requests access for the authenticated user to a group
Path parameters
-
The ID or URL-encoded path of the group owned by the authenticated user.
POST
/v4/groups/{id}/access_requests
curl \
-X POST https://gitlab.com/api/v4/groups/{id}/access_requests
Response examples (200)
{
"id": 1,
"name": "Raymond Smith",
"state": "active",
"username": "raymond_smith",
"created_at": "2012-10-22T14:13:35Z",
"requested_at": "2012-10-22T14:13:35Z"
}