Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 622 Bytes

File metadata and controls

18 lines (12 loc) · 622 Bytes

GL_CanRequestAccess

Edge Schema

General Information

The non-traversable GL_CanRequestAccess edge is present when a group has request_access_enabled=true and is not private. Authenticated instance members can send a membership request to this group, which notifies group Owners and Maintainers who can then approve or deny it.

graph LR
    member("fa:fa-user-tie GL_InstanceRole Member")
    group("fa:fa-user-group GL_Group myorg")

    member -.->|GL_CanRequestAccess| group
Loading