Skip to main content

Gets access overview

GET 

/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 [

  • userId integerrequired

    The identifier for the user

    Example: 3
    createdAt date-timenullable

    When the user was created

    Example: 2023-03-01T12:04:26.061Z
    userName stringnullable

    The name of the user

    Example: SomeUser
    lastSeen date-timenullable

    The last time the user logged in

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

    A list of project ids that this user has access to

    Example: ["default","project2"]
    groups string[]required

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

    Example: ["group1","group2"]
    rootRole stringrequired

    The name of the root role that this user has

    Example: ADMIN
    userEmail stringrequired

    The email address of the user

    Example: some-user@example.com
  • ]

Loading...