Skip to content

Instantly share code, notes, and snippets.

@dolph
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dolph/9334237 to your computer and use it in GitHub Desktop.
Save dolph/9334237 to your computer and use it in GitHub Desktop.
def _get_user(self, external_id):
domain_id, internal_id = self.id_mapping_api.get_mapping(external_id)
return self.identity_api[domain_id].get_user(internal_id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment