---
title: "Get API user"
date: "2025-02-21T12:33:10+00:00"
summary: "Learn how to retrieve API user IDs with our developer guide. Includes path parameters, responses, and error handling."
image:
type: "page"
url: "/web-governance/get-api-user"
id: "6815c1f6-49ee-4774-9061-0b29bf6b9e17"
---

getApiUsersApiUserId
--------------------

This document provides developer instructions on how to get an API user ID.

### Path Parameters

*   api\_user\_id required
    *   integer <int32>

### Responses

*   200 Get API user
    
        {
         "id": "string",
         "description": "string",
         "token": "string",
         "scopes": "string"
        }
    
*   403 Not authorized
    
        {
         "message": "string",
         "errors": "string"
        }
    
*   404 Not found
    
        {
         "message": "string",
         "errors": "string"
        }