Skip to main content

Audit the access of a space

Access auditing lets you find out which identities (users or service accounts) have access to the resources of a space, and which resources a given identity has access to. You can proceed via the Numspot API or via the space-permission-extractor tool.

Permissions

info

This action requires the following IAM (Identity and Access Management) permissions:

  • iam.permission.get

List the identities with access to a given resource

https://docs.numspot.com/openapi/#tag/identity-access-management/GET/iam/spaces/{spaceId}/resource/{resourceId}

Returns the identities with access to a given resource of a space, along with their roles and permissions.

List the resources accessible to a given identity

https://docs.numspot.com/openapi/#tag/identity-access-management/GET/iam/spaces/{spaceId}/users/{userId}/resources

Returns all the resources of a space that an identity has access to.

info

See the page on using the API for the implementation.