Creates a user list export request.
Create a user list export request. - Required scopes: `user_read` This method initiates a user list export request. You specify the type of export request as JSON in the body of method, like this: ``` json { "type": "organization_memberships_export" } ``` The export request type is one of three values: | Value | Description | | :----------------------------...