I am trying to create users, using the API with an authentication_provider_id field being populated. Since it is not one of the fields in the schema, I do not think I can send it with the post. I did, however, attempt it anyway and it gets ignored. The field is blank for all new users.
How can I create a user with the authentication_provider_id field, or immediately populate that field using the API?