v1
latestOpenAPI 3.1.02026-07-26189891.1 MBMembers
Creates a new member
Create a new user and add to the team by providing 'email', 'role' and an optional list of RBAC groups.
post/v1/config/members
Request body
Example request
{
"email": "testemail@gmail.com",
"role": "member"
}Response
A new member was created successfully! Entire memberResource is returned.
Example response
{
"email": "testemail@gmail.com",
"role": "member"
}