curl --request POST \
--url https://api.example.com/api/v1/members/me \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"params": {
"authentication_service_provider": "<string>",
"authentication_service_provider_sub": "<string>"
},
"organizationId": "<string>"
}
'{
"id": "<string>",
"accountId": "<string>",
"email": "<string>",
"roleName": "admin",
"membershipCreatedAt": "2023-11-07T05:31:56Z",
"permissionName": "<string>",
"fullName": "<string>"
}Creates a new member in the system
curl --request POST \
--url https://api.example.com/api/v1/members/me \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"params": {
"authentication_service_provider": "<string>",
"authentication_service_provider_sub": "<string>"
},
"organizationId": "<string>"
}
'{
"id": "<string>",
"accountId": "<string>",
"email": "<string>",
"roleName": "admin",
"membershipCreatedAt": "2023-11-07T05:31:56Z",
"permissionName": "<string>",
"fullName": "<string>"
}