The GET /v2/organisation-users/{userId} endpoint is used to retrieve details of a specific user by passing the userId as a path parameter. Bearer Token authentication is required. If the user exists, the system returns the user information including roles and custom fields. If not found, a 404 response is returned.