Skip to main content

Gets access overview

GET 

<your-unleash-url>/api/admin/access/overview

Gets an overview of what access all users have to all projects and groups

Responses

accessOverviewSchema

Schema
    overview object[]

    A list of user access details

  • Array [
  • userIdintegerrequired

    The identifier for the user

    Example: 3
    createdAtdate-timenullable

    When the user was created

    Example: 2023-03-01T12:04:26.061Z
    userNamestringnullable

    The name of the user

    Example: SomeUser
    lastSeendate-timenullable

    The last time the user logged in

    Example: 2023-03-01T12:04:26.061Z
    accessibleProjectsstring[]required

    A list of project ids that this user has access to

    Example: ["default","project2"]
    groupsstring[]required

    A list of group names that this user is a member of

    Example: ["group1","group2"]
    rootRolestringrequired

    The name of the root role that this user has

    Example: ADMIN
    userEmailstringrequired

    The email address of the user

    Example: some-user@example.com
  • ]

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/access/overview' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
ResponseClear

Click the Send API Request button above and see the response here!