Create IdP Role MappingAsk AIpost https://{application_vanity_domain}/api/v1/idp-role-mappingsBody ParamsJSON representing the IdP role mapping that will be created.GroupMembershipRoleMappingidstringtypestringenumrequiredlength between 1 and 45The type of the IdP role mapping.GROUP_MEMBERSHIPGROUP_MEMBERSHIPAllowed:GROUP_MEMBERSHIPidentityProviderIdstringrequiredlength between 1 and 26The ID of the identity provider that this role mapping is associated to.roleIdstringrequiredlength between 1 and 26The ID of the role that is being mapped.metadatastringgroupNamestringrequiredlength between 1 and 255The name of the group whose members will be mapped to the role.Responses 201Created 400Bad Request 401Unauthorized 403Forbidden 405Method Not Allowed 406Not Acceptable 415Unsupported Media Type 500Internal Server Error 503Service UnavailableUpdated 6 months ago