Skip to main content
All CollectionsOpen PlatformAPIContact APIs
Member Batch Creation (Custom Role) API
Member Batch Creation (Custom Role) API

Enables you to batch add members under a custom role.

Updated over 4 months ago

What is the Member Batch Creation (Custom Role) API?

Member Batch Creation API (Custom Role) enables you to batch add members under a custom role.


API Calling

The API enables you to batch add members under a custom role.

Request Frequency: 10 times/second

Request Method: POST

Request Parameters:

Parameter

Type

Required

Description

role_no

Number

Yes

Role number. For example, 3.

usernames

String

Yes

Employee number

Sample Request:

{
    "role_no": 3,
    "usernames": [
         "fr0005",
         "fr008"
    ]
}

Response:

Parameter

Type

Required

Description

status

String

No

Return request results

Sample Response:

{
    "status": "success"
}

I have finished reading. 🏆

👉I can't wait to SET THE API.

👉I need more HELP in Discord Forum.

Did this answer your question?