Software Secure Workload
Activity Configure

Secure Workload OpenAPIs Users Get specific user

Last updated: Jun 09, 2025

Get specific user

This endpoint returns specific user object.

GET /openapi/v1/users/{user_id}

Parameters: The request URL contains the following parameters

Name

Type

Description

user_id

string

ID of the user object.

Response object: Returns a user object associated with specified ID.

Sample python code

	
  user_id = '5ce480db497d4f1ca1fc2b2b'
  resp = restclient.get('/users/%s' % user_id)