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
- 200
- 400
- 401
- 403
- 404
- 500
Successful Operation
Bad Request
Response Headers
correlationId
Correlation Identifier
Unauthorized
Response Headers
correlationId
Correlation Identifier
Forbidden
Response Headers
correlationId
Correlation Identifier
Not Found
Response Headers
correlationId
Correlation Identifier
Internal Server Error
Response Headers
correlationId
Correlation Identifier