Request access to a group
POST
/api/v4/groups/{id}/access_requests
Requests access to a specified group for the authenticated user.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” id
required
string
The ID or URL-encoded path of the group owned by the authenticated user
Responses
Section titled “ Responses ”OK
Media type application/json
object
id
integer format: int64
username
string
public_email
string
name
string
state
string
locked
boolean
avatar_url
string
avatar_path
string
custom_attributes
Array<object>
object
key
string
value
string
web_url
string
requested_at
string
Example
{ "id": 1, "username": "raymond_smith", "name": "Raymond Smith", "state": "active", "requested_at": "2012-10-22T14:13:35Z"}Bad Request
Not Found