OpenObserve Docs
ReferenceApiUsers

Add existing user to org

Endpoint: POST /api/{organization}/users/{user_email}

Request

{	
	"role": "admin"
}

Description

Field nameData typeDefault valueDescription
rolestring-user role, supported: admin / user

Response

{
	"code": 200,
	"message": "User added to org successfully"
}
Was this page helpful?

Last updated on

On this page