Skip to main content

Get User Security Posture

GET 

/api/v1/infra/users/:userId/securityPosture

Retrieves detailed information about a specific user within a collection. Returns comprehensive user profile including identity details, assigned permissions, role memberships, group associations, and account status.

Parameter Details

Header Parameters

  • apiKey (required): API key for authentication. This header is required for all API requests to authenticate the client.

  • integrationid (required): Unique identifier for the cloud provider integration configured in your Unizo account. This UUID associates the API request with the specific cloud account credentials and permissions.

Path Parameters

  • userId (required): Unique identifier for the user account within the cloud provider's identity system. Format examples:
    • AWS: For the AWS root user, pass the literal value "root" as the userId.

Request

Responses

Successful Operation