Skip to main content
POST
Add a User to an Application

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uid
string
required

The UID of the Application

Body

application/json
user_uid
string
required

The UID of the User to add

Response

User added to application

result
object