Mass create users
This document contains details for the POST /api/v1/account/{accountUuid}/users endpoint, including the required headers, XLSX upload format, and target account parameter.
Endpoint
Last updated
This document contains details for the POST /api/v1/account/{accountUuid}/users endpoint, including the required headers, XLSX upload format, and target account parameter.
Use this endpoint to upload an XLSX file and create users with permissions. The endpoint returns 200 if the request succeeds.
Method
POST
Request URL
/api/v1/account/{accountUuid}/users
Headers
Authorization *
Bearer TOKEN
Content-Type *
multipart/form-data
Request
accountUuid *
Target account UUID
Body *
XLSX binary
Last updated